home *** CD-ROM | disk | FTP | other *** search
/ Night Sky Interactive / Night Sky Interactive.iso / mac / Data / Moon.DIR / 00074.ls < prev    next >
Encoding:
Text File  |  1994-12-17  |  217 b   |  15 lines

  1. on mouseDown
  2.   puppetSprite(2, 1)
  3.   set the castNum of sprite 2 to 229
  4.   updateStage()
  5. end
  6.  
  7. on mouseUp
  8.   global X
  9.   puppetSprite(2, 0)
  10.   set the castNum of sprite 2 to 228
  11.   updateStage()
  12.   set X to "A"
  13.   go("Z")
  14. end
  15.